home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / t40v4.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  15.7 KB  |  436 lines

  1. *PPD-Adobe: "4.2"
  2. *% Copyright 1995 Dataproducts corporation.
  3. *% All Rights Reserved.
  4. *% Permission is granted for redistribution of this file as
  5. *% long as this copyright notice is intact and the contents
  6. *% of the file are not altered in any way from their original form.
  7. *% End of Copyright statement
  8. *% DPC version: 4.2W1.0.02.102495
  9.  
  10. *FileVersion: "1.0"
  11. *FormatVersion: "4.2"
  12. *LanguageEncoding: ISOLatin1
  13. *LanguageVersion: English
  14. *ModelName: "Dataproducts Typhoon 40"
  15. *ShortNickName:  "Dataproducts Typhoon 40 PS"
  16. *NickName:  "Dataproducts Typhoon 40 PS"
  17. *PCFileName: "T40V4.PPD"
  18. *Product: "(Typhoon 40)"
  19. *PSVersion: "(3.58)"
  20.  
  21. *% ==== Options and Constraints =====
  22. *OpenGroup: InstallableOptions/Options Installed
  23.  
  24. *OpenUI *Option1/Hopper 6: Boolean
  25. *DefaultOption1: False
  26. *Option1 True/Installed: ""
  27. *Option1 False/Not Installed: ""
  28. *CloseUI: *Option1
  29.  
  30. *OpenUI *Option2/Stacker 7: Boolean
  31. *DefaultOption2: False
  32. *Option2 True/Installed: ""
  33. *Option2 False/Not Installed: ""
  34. *CloseUI: *Option2
  35.  
  36. *CloseGroup: InstallableOptions
  37.  
  38. *UIConstraints: *Option1 False *InputSlot Tray6
  39. *UIConstraints: *Option2 False *OutputBin Stacker7
  40. *%=========(Comment these out when make wpd)===========
  41. *UIConstraints: *InputSlot AutoSelect *TraySwitch False
  42. *UIConstraints: *InputSlot AutoSelect *TraySwitch True
  43. *%===================End===============================
  44. *UIConstraints: *PageSize Legal         *InputSlot Tray6
  45. *UIConstraints: *PageSize 11x17         *InputSlot Tray6
  46. *UIConstraints: *PageSize A3            *InputSlot Tray6
  47. *UIConstraints: *PageSize B4            *InputSlot Tray6
  48. *UIConstraints: *PageSize B5            *InputSlot Tray6
  49.  
  50. *% General Information and Defaults ===============
  51. *DefaultColorSpace: Gray
  52. *LanguageLevel: "1"
  53. *Extensions: FileSystem
  54. *VariablePaperSize: False
  55. *FileSystem: True
  56. *?FileSystem: "
  57. save
  58.   statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  59. restore
  60. "
  61. *End
  62. *Throughput: "40"
  63. *Password: "0"
  64. *ExitServer: "
  65.   count 0 eq {  % is the password on the stack?
  66.     true
  67.   }{
  68.     dup    % potential password
  69.     statusdict /checkpassword get exec not
  70.   } ifelse
  71.   {  %  if no password or not valid
  72.     (WARNING : Cannot perform the exitserver command.) =
  73.     (Password supplied is not valid.) =
  74.     (Please contact the author of this software.) = flush
  75.     quit
  76.   } if
  77.   serverdict /exitserver get exec
  78. "
  79. *End
  80.  
  81. *Reset: "
  82.   count 0 eq {  % is the password on the stack?
  83.     true
  84.   }{
  85.     dup    % potential password
  86.     statusdict /checkpassword get exec not
  87.   } ifelse
  88.   {  %  if no password or not valid
  89.     (WARNING : Cannot reset printer.) =
  90.     (Password supplied is not valid.) =
  91.     (Please contact the author of this software.) = flush
  92.     quit
  93.   } if
  94.   serverdict /exitserver get exec
  95.   systemdict /quit get exec
  96.   (WARNING : Printer Reset Failed.) = flush
  97. "
  98. *End
  99.  
  100. *FreeVM: "833536"
  101.  
  102. *%==========Resolution Information=====================
  103. *OpenUI *Resolution/Choose Resolution: PickOne
  104. *OrderDependency: 10 AnySetup *Resolution
  105. *DefaultResolution: 300dpi
  106. *Resolution 300dpi: "300 statusdict /setresolution get exec"
  107. *Resolution 400dpi: "400 statusdict /setresolution get exec"
  108. *?Resolution: "
  109. save
  110.   initgraphics
  111.   0 0 moveto currentpoint matrix defaultmatrix transform
  112.   0 72 lineto currentpoint matrix defaultmatrix transform
  113.   3 -1 roll sub dup mul
  114.   3 1 roll exch sub dup mul
  115.   add sqrt round cvi
  116.   (          ) cvs print (dpi) = flush
  117. restore
  118. "
  119. *End
  120. *CloseUI: *Resolution
  121.  
  122. *% Halftone Information ===============
  123. *ScreenFreq: "60.0"
  124. *ScreenAngle: "45.0"
  125. *DefaultScreenProc: Dot
  126. *ScreenProc Dot: "
  127. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  128. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  129. "
  130. *End
  131. *ScreenProc Line: "{ pop }"
  132. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  133.  
  134. *DefaultTransfer: Null
  135. *Transfer Null: "{ }"
  136. *Transfer Null.Inverse: "{ 1 exch sub }"
  137.  
  138. *% Paper Handling ===================
  139. *% Use these entries to set paper size most of the time, unless there is
  140. *% specific reason to use PageRegion.
  141. *OpenUI *PageSize: PickOne
  142. *OrderDependency: 30 AnySetup *PageSize
  143. *DefaultPageSize: Letter
  144. *PageSize Letter: "statusdict begin 255 setpapertray  end letter"
  145. *PageSize Legal: "statusdict begin 255 setpapertray   end legal"
  146. *PageSize 11x17: "statusdict begin 255 setpapertray  end 11x17"
  147. *PageSize A3: "statusdict begin 255 setpapertray  end a3"
  148. *PageSize A4: "statusdict begin 255 setpapertray  end a4"
  149. *PageSize B4/B4-JIS: "statusdict begin 255 setpapertray  end b4"
  150. *PageSize B5/B5-JIS: "statusdict begin 255 setpapertray  end b5"
  151. *?PageSize: "
  152. save statusdict begin
  153. 7 dict begin
  154. /3 (B5) def
  155. /5 (Letter) def
  156. /6 (B4) def
  157. /9 (A4) def
  158. /10 (A3) def
  159. /12 (Legal) def
  160. /14 (11x17) def
  161. papertray
  162.    {() cvs cvn load exec} stopped not{=flush}if
  163. end
  164. end restore
  165. "
  166. *End
  167. *CloseUI: *PageSize
  168.  
  169. *% These entries will set up the frame buffer. Usually used with manual feed.
  170. *OpenUI *PageRegion: PickOne
  171. *OrderDependency: 40 AnySetup *PageRegion
  172. *DefaultPageRegion: Letter
  173. *PageRegion Letter: "letter"
  174. *PageRegion Legal: "legal"
  175. *PageRegion 11x17: "11x17"
  176. *PageRegion A3: "a3"
  177. *PageRegion A4: "a4"
  178. *PageRegion B4/B4-JIS: "b4"
  179. *PageRegion B5/B5-JIS: "b5"
  180. *CloseUI: *PageRegion
  181.  
  182. *% The following entries provide information about specific paper keywords.
  183. *DefaultImageableArea: Letter
  184. *ImageableArea Letter: "18 18 597 777"
  185. *ImageableArea Legal: "12 12 594 990"
  186. *ImageableArea 11x17: "12 12 774 1206"
  187. *ImageableArea A3: "12 12 827 1173"
  188. *ImageableArea A4: "16 13 580 824"
  189. *ImageableArea B4/B4-JIS: "12 12 711 1014"
  190. *ImageableArea B5/B5-JIS: "18 15 503 710"
  191.  
  192. *?ImageableArea: "
  193. save
  194.   /cvp {(                ) cvs print ( ) print } bind def
  195.   /upperright {10000 mul floor 10000 div} bind def
  196.   /lowerleft {10000 mul ceiling 10000 div} bind def
  197.   newpath clippath pathbbox
  198.   4 -2 roll exch 2 {lowerleft cvp} repeat
  199.   exch 2 {upperright cvp} repeat flush
  200. restore
  201. "
  202. *End
  203.  
  204. *% These provide the physical dimensions of the paper (by keyword)
  205. *DefaultPaperDimension: Letter
  206. *PaperDimension Letter: "612 792"
  207. *PaperDimension Legal: "612 1008"
  208. *PaperDimension 11x17: "792 1224"
  209. *PaperDimension A3: "842 1191"
  210. *PaperDimension A4: "596 842"
  211. *PaperDimension B4/B4-JIS: "729 1032"
  212. *PaperDimension B5/B5-JIS: "516 729"
  213.  
  214. *OpenUI *OutputBin: PickOne
  215. *OrderDependency: 40 AnySetup *OutputBin
  216. *DefaultOutputBin: AutoSelect
  217. *OutputBin AutoSelect/Auto Select: "statusdict begin 255 setoutputtray end"
  218. *OutputBin Stacker5/Stacker 5: "statusdict begin 5 setoutputtray end"
  219. *OutputBin Stacker6/Stacker 6: "statusdict begin 6 setoutputtray end"
  220. *OutputBin Stacker7/Stacker 7: "statusdict begin 7 setoutputtray end"
  221. *CloseUI: *OutputBin
  222.  
  223. *OpenUI *Duplex: PickOne
  224. *DefaultDuplex: None
  225. *Duplex DuplexTumble: "statusdict begin true setduplexmode true settumble end"
  226. *Duplex DuplexNoTumble: "statusdict begin true setduplexmode false settumble end"
  227. *Duplex None: "statusdict begin false setduplexmode end"
  228. *CloseUI: *Duplex
  229.  
  230. *RequiresPageRegion All: True
  231. *OpenUI *InputSlot: PickOne
  232. *OrderDependency: 20 AnySetup *InputSlot
  233. *DefaultInputSlot: AutoSelect
  234. *InputSlot Tray1/Hopper 1: "statusdict begin 1 setpapertray end"
  235. *InputSlot Tray2/Hopper 2: "statusdict begin 2 setpapertray end"
  236. *InputSlot Tray3/Hopper 3: "statusdict begin 3 setpapertray end"
  237. *InputSlot Tray6/Hopper 6: "statusdict begin 6 setpapertray end"
  238. *InputSlot AutoSelect/Auto Select: "statusdict begin 255 setpapertray end"
  239. *%=====================(Use these when make wpd)===============================
  240. *%====InputSlot MixedBin/Mixed Bin Printing: " "
  241. *%============================End==============================================
  242. *?InputSlot: "
  243. save statusdict begin
  244. 5 dict begin
  245. /1 (Tray1) def
  246. /2 (Tray2) def
  247. /3 (Tray3) def
  248. /6 (Tray6) def
  249. /255 (AutoSelect) def
  250. papertray
  251.    {() cvs cvn load exec} stopped not{=flush}if
  252. end
  253. end restore
  254. "
  255. *End
  256. *CloseUI: *InputSlot
  257.  
  258. *PageStackOrder Upper: Normal
  259. *PageStackOrder Lower: Reverse
  260.  
  261. *% Auto Cascade =========================
  262. *OpenUI *TraySwitch: Boolean
  263. *OrderDependency: 50 AnySetup *TraySwitch
  264. *DefaultTraySwitch: False
  265. *TraySwitch True: "statusdict begin true settrayswitch end"
  266. *TraySwitch False: "statusdict begin false settrayswitch end"
  267. *CloseUI: *TraySwitch
  268.  
  269. *% Font Information =====================
  270. *DefaultFont: Courier
  271. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  272. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard ROM
  273. *Font AvantGarde-Demi: Standard "(001.001)" Standard ROM
  274. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard ROM
  275. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  276. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  277. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  278. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  279. *Font Courier: Standard "(001.004)" Standard ROM
  280. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  281. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  282. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  283. *Font Helvetica: Standard "(001.001)" Standard ROM
  284. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  285. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
  286. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  287. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  288. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  289. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  290. *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
  291. *Font ITC-Lubalin-Graph-Book: Standard "(002.000)" Standard ROM
  292. *Font ITC-Lubalin-Graph-Book-Oblique: Standard "(002.000)" Standard ROM
  293. *Font ITC-Lubalin-Graph-Demi: Standard "(002.000)" Standard ROM
  294. *Font ITC-Lubalin-Graph-Demi-Oblique: Standard "(002.000)" Standard ROM
  295. *Font ITC-Souvenir-Demi: Standard "(002.000)" Standard ROM
  296. *Font ITC-Souvenir-Demi-Italic: Standard "(002.000)" Standard ROM
  297. *Font ITC-Souvenir-Light: Standard "(002.000)" Standard ROM
  298. *Font ITC-Souvenir-Light-Italic: Standard "(002.000)" Standard ROM
  299. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard ROM
  300. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard ROM
  301. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard ROM
  302. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard ROM
  303. *Font Palatino-Bold: Standard "(001.001)" Standard ROM
  304. *Font Palatino-BoldItalic: Standard "(001.001)" Standard ROM
  305. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  306. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  307. *Font Symbol: Special "(001.001)" Special ROM
  308. *Font Times-Bold: Standard "(001.001)" Standard ROM
  309. *Font Times-BoldItalic: Standard "(001.001)" Standard ROM
  310. *Font Times-Italic: Standard "(001.001)" Standard ROM
  311. *Font Times-Roman: Standard "(001.001)" Standard ROM
  312. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard ROM
  313. *Font ZapfDingbats: Special "(001.000)" Special ROM
  314. *?FontQuery: "
  315. save
  316. {
  317.   count 1 gt {
  318.   exch dup 128 string cvs (/) print print (:) print
  319.   dup FontDirectory exch known {pop (Yes)}
  320.   {
  321.     (fonts/                              )
  322.       dup 3 -1 roll 128 string cvs dup length /len exch def
  323.       6 exch putinterval
  324.       0 len 6 add getinterval mark exch
  325.       { } 128 string filenameforall counttomark 0 gt {
  326.       cleartomark (Yes)}{cleartomark (No)}ifelse
  327.       }ifelse = flush
  328.       }{ exit } ifelse
  329.   } bind loop
  330.   (*) = flush
  331. restore
  332. "
  333. *End
  334.  
  335. *?FontList: "
  336. save
  337.   FontDirectory { pop == } bind forall flush
  338.   /filenameforall where {
  339.     pop (fonts/*) {
  340.     dup length 6 sub 6 exch getinterval cvn ==
  341.     } bind
  342.     128 string filenameforall flush
  343.   } if
  344.   (*) = flush
  345. restore
  346. "
  347. *End
  348.  
  349. *% Printer Messages (verbatim from printer):
  350. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  351. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  352. *Message: "\FontName\ not found, using Courier"
  353.  
  354.  
  355. *% Status (format: %%[ status: <one of these> ]%% )
  356. *Status: "busy"
  357. *Status: "waiting"
  358. *Status: "(printing)"
  359. *Status: "initializing"
  360.  
  361.  
  362. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  363. *Source: "serial 422"
  364. *Source: "serial 232"
  365. *Source: "Network"
  366. *Source: "AppleTalk"
  367. *Source: "Parallel"
  368.  
  369. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  370.  
  371. *% Color Separation Information =====================
  372.  
  373. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  374.  
  375. *InkName: ProcessBlack/Process Black
  376. *InkName: CustomColor/Custom Color
  377. *InkName: ProcessCyan/Process Cyan
  378. *InkName: ProcessMagenta/Process Magenta
  379. *InkName: ProcessYellow/Process Yellow
  380.  
  381. *% For 60 lpi / 300 dpi =====================================================
  382.  
  383. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  384. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  385. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  386. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  387. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  388.  
  389. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  390. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  391. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  392. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  393. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  394.  
  395. *% For 53 lpi / 300 dpi =====================================================
  396.  
  397. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  398. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  399. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  400. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  401. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  402.  
  403. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  404. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  405. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  406. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  407. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  408.  
  409. *%  For 71 lpi / 400 dpi  ===============================
  410.  
  411. *ColorSepScreenAngle ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi: "45.0"
  412. *ColorSepScreenAngle CustomColor.71lpi.400dpi/71 lpi / 400 dpi: "45.0"
  413. *ColorSepScreenAngle ProcessCyan.71lpi.400dpi/71 lpi / 400 dpi: "71.5651"
  414. *ColorSepScreenAngle ProcessMagenta.71lpi.400dpi/71 lpi / 400 dpi: "18.4349"
  415. *ColorSepScreenAngle ProcessYellow.71lpi.400dpi/71 lpi / 400 dpi: "0.0"
  416.  
  417. *ColorSepScreenFreq ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi: "70.7107"
  418. *ColorSepScreenFreq CustomColor.71lpi.400dpi/71 lpi / 400 dpi: "70.7107"
  419. *ColorSepScreenFreq ProcessCyan.71lpi.400dpi/71 lpi / 400 dpi: "63.2456"
  420. *ColorSepScreenFreq ProcessMagenta.71lpi.400dpi/71 lpi / 400 dpi: "63.2456"
  421. *ColorSepScreenFreq ProcessYellow.71lpi.400dpi/71 lpi / 400 dpi: "66.6667"
  422.  
  423. *%  For 47 lpi / 400 dpi  ===============================
  424.  
  425. *ColorSepScreenAngle ProcessBlack.47lpi.400dpi/47 lpi / 400 dpi: "45.0"
  426. *ColorSepScreenAngle CustomColor.47lpi.400dpi/47 lpi / 400 dpi: "45.0"
  427. *ColorSepScreenAngle ProcessCyan.47lpi.400dpi/47 lpi / 400 dpi: "71.5651"
  428. *ColorSepScreenAngle ProcessMagenta.47lpi.400dpi/47 lpi / 400 dpi: "18.4349"
  429. *ColorSepScreenAngle ProcessYellow.47lpi.400dpi/47 lpi / 400 dpi: "0.0"
  430.  
  431. *ColorSepScreenFreq ProcessBlack.47lpi.400dpi/47 lpi / 400 dpi: "47.1405"
  432. *ColorSepScreenFreq CustomColor.47lpi.400dpi/47 lpi / 400 dpi: "47.1405"
  433. *ColorSepScreenFreq ProcessCyan.47lpi.400dpi/47 lpi / 400 dpi: "42.1637"
  434. *ColorSepScreenFreq ProcessMagenta.47lpi.400dpi/47 lpi / 400 dpi: "42.1637"
  435. *ColorSepScreenFreq ProcessYellow.47lpi.400dpi/47 lpi / 400 dpi: "44.4444"
  436.